/*        header layout css*/
.section-header {
    margin-bottom: 25px;
}

figure {
    --c: 50px;
    --p: 30px;
    --d: 10px;
    background: red;
    display: inline-block;
    padding: var(--p);
    background: radial-gradient(farthest-side at 0 0, #000, #0000) 0 0 / var(--c) var(--c), radial-gradient(farthest-side at 100% 100%, #000, #0000) 100% 100% / var(--c) var(--c), linear-gradient(#fff 0 0) 50% 50% / calc(100% - var(--p)) calc(100% - var(--p)), linear-gradient(#0000, #000 25% 75%, #0000) 50% 50% / calc(100% - var(--p)) calc(100% - var(--d)), linear-gradient(90deg, #0000, #000 25% 75%, #0000) 50% 50% / calc(100% - var(--d)) calc(100% - var(--p)), radial-gradient(farthest-side at 0 100%, #00000018, #0000) calc(100% - var(--d) * 0.5) calc(var(--d) * 0.5) / var(--d) var(--d), radial-gradient(farthest-side at 100% 0, #00000018, #0000) calc(var(--d) * 0.5) calc(100% - var(--d) * 0.5) / var(--d) var(--d);
    background-repeat: no-repeat;
    clip-path: polygon(0 var(--c), var(--c) 0, 100% 0, 100% calc(100% - var(--c)), calc(100% - var(--c)) 100%, 0 100%);
}
    /* demo */
    figure:nth-of-type(1) img {
        width: 300px;
    }

img {
    object-fit: cover;
}

.section-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #117A8B;
    background: rgba(17,122,139,0.08);
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 38px;
    font-weight: 600;
    color: #0F4C75;
    margin-bottom: 15px;
    line-height: 1.3;
}

    .section-title span {
        color: #0B3C5D;
    }

.section-subtitle {
    max-width: 700px;
    margin: 0 auto 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    font-family: Inter;
}

.section-divider {
    position: relative;
    height: 20px;
}

    .section-divider span {
        width: 80px;
        height: 4px;
        background: linear-gradient(to right, #0F4C75, #117A8B);
        display: inline-block;
        border-radius: 5px;
    }

.ft {
    font-family: "Pathway Extreme", sans-serif !important;
}

.ficon {
    max-height: 45px;
}

@media (min-width:600px) {
    .categories-tabs .nav {
        width: 84% !important;
        /*float:none !important;*/
    }
    .text-md-right{
        text-align:right;
    }
}

@media (max-width:600px) {
    .section__inner {
        text-align: center !important
    }
    .text-xs-centre{
        text-align:center;
    }
    .section-title {
        margin-bottom: 0px !important;
    }
    .section-header h2 {
        font-size: 29px !important;
    }
    .categories-tabs .nav__inner {
        width: 75% !important;
    }
}

.categories-tabs .nav__inner {
    margin: 13px;
    height: 13rem;
    background: rgba(245,237,233,255);
    border: 1px solid;
    padding-top: 11px;
}

.d-none {
    display: none;
}

.well-lg {
    padding: 0px;
    border-radius: 6px;
}

.cp-height {
    max-height: 200px;
    overflow: hidden;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s;
}

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

.counter {
    border: 1px solid gray;
    position: relative;
    padding: 5rem;
    margin-bottom: 1.5rem;
    height: 220px
}

[data-aos] {
    pointer-events: none;
}

.border-line {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0px solid #27347e;
    top: 5px;
    left: 5px;
    z-index: 0;
}

.counter-box {
    text-align: center;
}

.counter-section .counter-box .count-title {
    background: #0c0b39 !important;
}

.count-title {
    position: absolute;
    bottom: -40px;
    padding: 1.5rem;
    color: white;
    background: #166b96;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
}

.count-text {
    font-size: x-large;
    color: gray;
}

.count-number {
    font-size: 30px;
}

.galleryNews {
    margin-bottom: 34px;
    margin-top: 52px;
    border-bottom: 3px solid #166b96;
    font-size: 24px;
    width: fit-content;
    padding-bottom: 10px;
    color: #2a2a2a;
}

    .galleryNews span {
        color: #166b96;
    }

.event_box1 {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.event_box1 {
    padding: 11px;
}

.event_img1 {
    float: left;
    width: 26%;
}

.event_info1 {
    float: left;
    width: 70%;
    padding: 0 0 0 25px;
}

.event_title1 {
    margin-bottom: 2px;
    font-weight: 600;
    display: block;
    line-height: 19px;
    font-size: 14px;
}

.event_meta {
    width: 100%;
    display: inline-block;
}

/*     ul, ol {
            list-style: none;
        }

        ul, li, ol {
            margin: 0;
            padding: 0;
        }*/
.list-courses__item {
    list-style: none;
}

.box_shadow1 {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mt-62 {
    margin-top: 65px;
}

.modal-content {
    padding-top: 40px;
    padding-bottom: 80px;
}

.popupbtn {
    background-color: #166b96 !important;
    color: #fff;
    opacity: 1 !important;
    padding: 7px !important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.popupbtn {
    position: absolute;
    right: 15px;
    top: 8px;
}

    .popupbtn:hover {
        color: #fff !important;
    }

.formfield {
    width: 100%;
}

.entrybox {
    color: black !important;
    font-weight: 500 !important;
}

.imgresponsive {
    width: 100%;
    height: auto;
}

@media (max-width:600px) {
    .m15 {
        margin-right: 15px !important;
    }

    .w93 {
        width: 100% !important;
    }

    .fa22 {
        font-size: 20px !important;
    }
}

@media (min-width:600px) {

    .imgresponsive {
        height: 448px !important;
        object-fit: cover;
    }

    .w93 {
        width: 93%;
    }
}

.submit {
    background-color: #166b96 !important;
    color: #fff;
}

.text-center {
    text-align: center;
}

.textbold {
    color: black;
    font-weight: 500;
}
.overflowhidden{
    overflow:hidden
}
.copyspan {
    font-size: 22px;
    vertical-align: -webkit-baseline-middle;
}
@media (max-width:600px) {
    .addeffect {
        height: -webkit-fill-available !important;
        margin-top: -2px !important;
    }

    .d-xs-block {
        display: block !important;
    }
}
.eventsnews{
    padding:60px 0px;
}
.about-premium {
    padding: 80px 0;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.about-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    /*box-shadow: 0 15px 40px rgba(0,0,0,0.06);*/
    position: relative;
}

.about-title {
    font-size: 34px;
    font-weight: 600;
    color: #0F4C75;
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
}

    .about-title strong {
        color: #0B3C5D;
    }

.accent-line {
    position: absolute;
    left: -20px;
    top: 10px;
    height: 50px;
    width: 4px;
    background: #0F4C75;
}

.about-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 20px;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.btn-premium {
    display: inline-block;
    padding: 12px 28px;
    background: #0F4C75;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

    .btn-premium:hover {
        background: #0B3C5D;
        transform: translateY(-2px);
    }

.about-image-wrap {
    position: relative;
}

.about-image {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    max-height: 774px;
    object-fit: cover;
    width: 100%;
}

/*amenties css*/
.premium-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #f4f8fb, #e9f1f7);
    overflow: hidden;
}

/* Decorative floating shapes */
.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 250px;
    height: 250px;
    background: #0F4C75;
    top: -80px;
    left: -80px;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: #117A8B;
    bottom: -100px;
    right: -100px;
    animation-delay: 2s;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Heading */
.section-heading h2 {
    font-size: 38px;
    font-weight: 600;
    color: #0F4C75;
}

.section-heading span {
    color: #0B3C5D;
}

.section-heading p {
    max-width: 700px;
    margin: 15px auto 70px;
    color: #555;
}

/* Zigzag Layout */
.amenities-feature {
    padding: 50px 0;
    background: #f5f8fb;
}

.feature-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 34px;
}

    .feature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .feature-icon img {
        width: 30px;
    }

    /* Different subtle background colors */
    .feature-icon.blue {
        background: rgba(15,76,117,0.1);
    }

    .feature-icon.orange {
        background: rgba(255,140,0,0.1);
    }

    .feature-icon.green {
        background: rgba(0,128,0,0.1);
    }

    .feature-icon.navy {
        background: rgba(11,60,93,0.1);
    }

.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0F4C75;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.feature-box {
    background: #ffffff;
    padding: 35px 26px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    /* Icon Size */
    .feature-icon svg {
        width: 32px;
        height: 32px;
        stroke-width: 2.2;
    }

/* GRADIENT COLORS (Matching School UI) */

/* Blue Gradient */
.icon-1 {
    background: linear-gradient(135deg, #0F4C75, #117A8B);
}

    .icon-1 svg {
        stroke: #fff;
    }

/* Teal Gradient */
.icon-2 {
    background: linear-gradient(135deg, #117A8B, #1ABC9C);
}

    .icon-2 svg {
        stroke: #fff;
    }

/* Orange Accent */
.icon-3 {
    background: linear-gradient(135deg, #F39C12, #F1C40F);
}

    .icon-3 svg {
        stroke: #fff;
    }

/* Navy Deep */
.icon-4 {
    background: linear-gradient(135deg, #0B3C5D, #1F618D);
}

    .icon-4 svg {
        stroke: #fff;
    }
/* Purple Academic */
.icon-5 {
    background: linear-gradient(135deg, #6C5CE7, #A29BFE);
}

    .icon-5 svg {
        stroke: #fff;
    }

/* Green Fresh */
.icon-6 {
    background: linear-gradient(135deg, #27AE60, #2ECC71);
}

    .icon-6 svg {
        stroke: #fff;
    }

/* Gold Achievement */
.icon-7 {
    background: linear-gradient(135deg, #D4AF37, #F1C40F);
}

    .icon-7 svg {
        stroke: #fff;
    }

/* Dark Teal Security */
.icon-8 {
    background: linear-gradient(135deg, #0F4C75, #145DA0);
}

    .icon-8 svg {
        stroke: #fff;
    }

.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0F4C75;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.stats-modern {
    padding: 80px 0;
    background: linear-gradient(135deg, #0F4C75, #117A8B);
    color: #fff;
}

.stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    padding: 20px;
}

    .stat-item h2 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .stat-item p {
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.9;
    }

/* Highlight middle stat */
.highlight h2 {
    font-size: 56px;
    color: #F1C40F;
}

/* Divider */
.divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.3);
}

.visionaries-section {
    padding: 50px 0;
    background-image: url('../../images/texture5.jpg');
    background-size: cover;
    position: relative;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 600;
    color: #0F4C75;
}

.section-header span {
    color: #117A8B;
}

.section-header p {
    max-width: 700px;
    margin: 15px auto 20px;
    color: #555;
}

.leader-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    position: relative;
}

    .leader-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.12);
    }

/*.leader-img {
    width: 60%;
    height: 300px;
    margin: -100px auto 20px;
    border-radius:12px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}*/

.leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-info h4 {
    font-size: 20px;
    color: #0F4C75;
    margin-bottom: 5px;
}

.leader-info span {
    font-size: 14px;
    color: #777;
}

/* Highlight center card */
.highlight {
    background: linear-gradient(135deg, #0F4C75, #117A8B);
    color: #fff;
}

    .highlight .leader-info h4,
    .highlight .leader-info span {
        color: #fff;
    }

.leader-img {
    position: relative;
    width: 180px;
    height: 220px;
    margin: -110px auto 25px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 2;
}

    .leader-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

    /* Decorative frame */
    .leader-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 12px;
        left: 12px;
        border-radius: 16px;
        background: linear-gradient(135deg, #0F4C75, #117A8B);
        z-index: -1;
    }

.justify-content-between {
    justify-content: space-between;
}

.news-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 2px solid #e3eaf0;
}

.news-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .news-item::before {
        content: "";
        position: absolute;
        left: -11px;
        top: 15px;
        width: 14px;
        height: 14px;
        background: #117A8B;
        border-radius: 50%;
        transition: 0.3s;
    }

    .news-item:hover::before {
        transform: scale(1.3);
        background: #0F4C75;
    }

.news-date .day {
    font-size: 22px;
    font-weight: 700;
    color: #0F4C75;
    display: block;
}

.news-date .month {
    font-size: 13px;
    color: #888;
}

.news-flex {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: -4px;
}

.news-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-text h4 {
    font-size: 15px;
    margin: 0;
}

    .news-text h4 a {
        text-decoration: none;
        color: #333;
        transition: 0.3s;
    }

        .news-text h4 a:hover {
            color: #117A8B;
        }

.minimal-btn {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #117A8B;
    border-radius: 30px;
    color: #117A8B;
    text-decoration: none;
    transition: 0.3s ease;
}

    .minimal-btn:hover {
        background: #117A8B;
        color: #fff;
    }

.event-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    margin: 15px;
}

    .event-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    }

.event-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

    .event-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: 0.4s ease;
    }

.event-card:hover .event-image img {
    transform: scale(1.08);
}

.event-date-badge {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 55px;
    background: #0F4C75;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}

    /* Day section */
    .event-date-badge .day {
        display: block;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 0px 0 0px 0;
    }

    /* Month section like calendar bottom */
    .event-date-badge .month {
        display: block;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        padding: 0px 0;
        text-transform: uppercase;
    }

.event-content {
    padding: 20px;
}

    .event-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

        .event-content h3 a {
            text-decoration: none;
            color: #0F4C75;
        }

            .event-content h3 a:hover {
                color: #117A8B;
            }

.event-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.event-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #117A8B;
    text-decoration: none;
}

    .event-readmore:hover {
        text-decoration: underline;
    }

.events-wrapper {
    position: relative;
}

/* Remove default absolute positioning */
.event-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 60px;
}

    .event-navigation .swiper-button-prev,
    .event-navigation .swiper-button-next {
        position: static; /* VERY IMPORTANT */
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }

        .event-navigation .swiper-button-prev::after,
        .event-navigation .swiper-button-next::after {
            font-size: 16px;
            color: #0F4C75;
            font-weight: 600;
        }

.section-title h2 {
    margin: 0;
}

.section-action {
    margin-top: 50px;
}

    .section-action .btn {
        white-space: nowrap;
    }

@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
/*photo gallery css start*/
.modern-gallery-section {
    padding: 80px 0;
    background: #f8fafc;
}

.gallery-grid {
    margin-top: 40px;
}

.gallery-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

    .gallery-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.1);
    }

/* Image */
.gallery-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

    .gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.6s ease;
    }

.gallery-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.65));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

    .gallery-overlay span {
        background: #0F4C75;
        color: #fff;
        padding: 8px 18px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* Content */
.gallery-content {
    padding: 18px;
    text-align: center;
}

    .gallery-content h5 {
        margin: 0;
        font-weight: 600;
    }

    .gallery-content a {
        text-decoration: none;
        color: #0F4C75;
        transition: 0.3s;
    }

        .gallery-content a:hover {
            color: #117A8B;
        }
/*upcoming events css*/
.modern-events-section {
    background: #ffffff;
    border-radius: 18px;
}

    .modern-events-section h2 {
        font-weight: 600;
    }

        .modern-events-section h2 span {
            color: #117A8B;
        }

.news-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s ease;
}

    .event-row:last-child {
        border-bottom: none;
    }

    .event-row:hover {
        transform: translateX(5px);
    }

.event-left {
    flex: 0 0 70px;
}

.justify-content-end {
    justify-content: flex-end;
}

.event-date-box {
    background: linear-gradient(135deg, #0F4C75, #117A8B);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
}

    .event-date-box .day {
        font-size: 13px;
        font-weight: 700;
        display: block;
    }

    .event-date-box .month {
        font-size: 13px;
    }

.event-right h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.event-right a {
    color: #0F4C75;
    text-decoration: none;
}

    .event-right a:hover {
        color: #117A8B;
    }

.event-desc {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}

.chairman-section {
    padding: 10px 0;
}

.chairman-image {
    position: relative;
    text-align: center;
}

    .chairman-image img {
        width: 100%;
        max-width: 320px;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    }

.chairman-designation {
    margin-top: 15px;
}

    .chairman-designation h5 {
        margin: 0;
        font-weight: 600;
        color: #0F4C75;
    }

    .chairman-designation span {
        font-size: 14px;
        color: #777;
    }

.chairman-message {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.chairman-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0F4C75;
}

    .chairman-header h2 span {
        color: #117A8B;
    }

.message-content {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 25px;
}

.chairman-btn {
    display: inline-block;
    background: linear-gradient(135deg, #0F4C75, #117A8B);
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

    .chairman-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.campus-video-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc, #eef3f7);
}

.video-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0F4C75;
    margin-bottom: 20px;
}

    .video-content h2 span {
        color: #117A8B;
    }

.video-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.video-stats {
    display: flex;
    gap: 40px;
}

    .video-stats strong {
        font-size: 22px;
        color: #0F4C75;
        display: block;
    }

    .video-stats span {
        font-size: 13px;
        color: #777;
    }

.video-wrapper {
    position: relative;
}

.video-thumbnail {
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

    .video-thumbnail::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
    transition: 0.3s ease;
}

    .play-btn span {
        width: 0;
        height: 0;
        border-left: 18px solid #0F4C75;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 4px;
    }

    .play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }

.dateimg {
    max-height: 34px;
}

.justifycentre {
    justify-content: center;
}

.gap2 {
    gap: 2px;
}
